home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / akce / panda / T2008promoONs3M_MultiIdioma.exe / [0] / Drivers / PAVDRV.INF < prev    next >
Windows Setup INFormation  |  2007-10-23  |  3KB  |  99 lines

  1. ;
  2. ; Installation file for the Panda Antivirus File System Filter.
  3. ;
  4. ; Copyright ⌐ 2007, Panda. All Rights Reserved.
  5. ;
  6.  
  7. [Version] 
  8.         Signature              = "$Windows NT$" 
  9.         Class                  = Antivirus
  10.         ClassGUID              = {b1d1a169-c54f-4379-81db-bee7d88d7454} 
  11.         Provider               = %PAV%
  12.         CatalogFile.ntx86      = pavdrv5x.cat
  13.         DriverVer              = 09/28/2007,7.1.0.3
  14.         DriverPackageType      = FileSystemFilter
  15.         DriverPackageDisplayName = On-Access Antivirus Filter Driver
  16.  
  17. [DestinationDirs]
  18.         DefaultDestDir         = 12
  19.         FSFilter_Files.x86     = 12
  20.  
  21.  
  22. ;;
  23. ;; x86 architecture macrosections
  24. ;;
  25.  
  26. [SourceDisksNames.x86]
  27.         1                      = %Disk_Description.x86%,,,\drivers\i386
  28.  
  29. [SourceDisksFiles.x86]
  30.         pavdrv51.sys           = 1,
  31.  
  32. ;
  33. ; Default install sections
  34. ;
  35.  
  36. [DefaultInstall]
  37.         CopyFiles              = FSFilter_Files.x86
  38.  
  39. [DefaultInstall.Services]
  40.         AddService             = %FSFilter_Servicename%,,FSFilter_Service_Install_x86, FSFilter_EventLog_Install_x86
  41.  
  42. ;                
  43. ; Default uninstall sections
  44. ;                
  45.  
  46. [DefaultUninstall]
  47.         DelFiles               = FSFilter_Files.x86
  48.         DelReg                 = FSFilter_DelRegistry.x86
  49.  
  50. [DefaultUninstall.Services]
  51.         DelService             = %FSFilter_Servicename%,0x4      ; = SPSVCINST_DELETEEVENTLOGENTRY
  52.  
  53. ;
  54. ; Services Section
  55. ;
  56.  
  57. [FSFilter_Service_Install_x86] 
  58.         DisplayName            = %FSFilter_Servicename%
  59.         Description            = %FSFilter_Description.x86%
  60.         ServiceType            = 2                               ; = SERVICE_FILE_SYSTEM_DRIVER
  61.         StartType              = 2                               ; = SERVICE_AUTO_START
  62.         ErrorControl           = 1                               ; = SERVICE_ERROR_NORMAL
  63.         ServiceBinary          = %12%\pavdrv51.sys
  64.         LoadOrderGroup         = "FSFilter Anti-Virus"
  65.  
  66. ;
  67. ; EventLog Section
  68. ;
  69.  
  70. [FSFilter_EventLog_Install_x86] 
  71.         AddReg                 = FSFilter_EventLog_AddReg_x86
  72.  
  73. [FSFilter_EventLog_AddReg_x86] 
  74.         HKR,,EventMessageFile,0x20000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\pavdrv51.sys"
  75.         HKR,,TypesSupported,0x10001,7    
  76.  
  77. ;
  78. ; Registry Modifications
  79. ;
  80.  
  81. [FSFilter_DelRegistry.x86]
  82.         HKLM,System\CurrentControlSet\Services\EventLog\System,%FSFilter_ServiceName%
  83.  
  84. ;
  85. ; Copy Files
  86. ;
  87.  
  88. [FSFilter_Files.x86]
  89.         pavdrv51.sys,,0x2                      ; = COPYFLG_NOSKIP
  90.  
  91. ;
  92. ; String Section
  93. ;
  94.  
  95. [Strings] 
  96.         PAV                       = "Panda Software International"
  97.         FSFilter_Servicename      = "pavdrv"
  98.         FSFilter_Description.x86  = "Panda Antivirus Filter Driver for x86"        
  99.         Disk_Description.x86      = "Panda Antivirus Installation Media for x86"